ActiveReports.Chart Request technical support
DataBindY(Double[][]) Method
See Also 


yValues
Specifies the array of Y values of the DataPoint object added to the collection.
Binds the Y values of the collection's DataPoints to a specified data source.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub DataBindY( _
   ByVal ParamArray yValues() As Double _
) 
Visual Basic (Usage)Copy Code
Dim instance As DataPointsCollection
Dim yValues() As Double
 
instance.DataBindY(yValues)
C# 
public void DataBindY( 
   params double[] yValues
)

Parameters

yValues
Specifies the array of Y values of the DataPoint object added to the collection.

See Also